projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fbafc55
)
(Interactive Call): Minor clarification.
author
Richard M. Stallman
<rms@gnu.org>
Wed, 6 Aug 2003 01:12:49 +0000
(
01:12
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Wed, 6 Aug 2003 01:12:49 +0000
(
01:12
+0000)
lispref/commands.texi
patch
|
blob
|
history
diff --git
a/lispref/commands.texi
b/lispref/commands.texi
index 56e5c811d9c2125d9c3b40953a28c4edd8d9786a..f749ec21d5c8fc389ea23df066df211e77934b25 100644
(file)
--- a/
lispref/commands.texi
+++ b/
lispref/commands.texi
@@
-661,6
+661,10
@@
non-@code{nil}. Here's how:
(message "foo")))
@end example
+@noindent
+Defined in this way, the function does display the message when
+called from a keyboard macro.
+
The numeric prefix argument, provided by @samp{p}, is never @code{nil}.
@node Command Loop Info